Dashboard Temp Share Shortlinks Frames API

HTMLify

index.html
Views: 6 | Author: cody
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Glowing Neon Button</title>
  <link rel="stylesheet" href="./style.css">

</head>
<body>
  <a href="#">
      <i></i>
      <i></i>
      <span>Button</span>
  </a>
<!-- partial -->
  <script src="./script.js"></script>


</body></html>